home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / bigrol.zip / SYSOP.DOC < prev   
Text File  |  1992-12-23  |  4KB  |  81 lines

  1.  
  2.  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  3.  * * * * * * * * * * * *     BIG Rollers     * * * * * * * * * * *
  4.  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  5.  
  6.            > ---- Installation for PCBoard Systems ---- <
  7.  
  8.  Put the following files in a directory  (like: C:\PCB\DOORS\BIG).
  9.        BIGROL.EXE  ..... The executable file.
  10.        BIGROL.CFG  ..... The configuration file.
  11.        BIGROL.SC1  ..... Introductory ANSI Screen.
  12.  
  13.  The program will make three other files the first time it is run, if they
  14.  are not already present:
  15.        BIGROL.BUL  ..... A file that holds information for scores bulletins.
  16.        BIGROL.BLT  ..... High scores bulletin - ASCII.
  17.        BIGROLG.BLT ..... High scores bulletin - ANSI.
  18.  
  19.   A key file is made available when you register the game.
  20.        BIGROL.KEY  ..... The registration key is available from Pleasant
  21.                          Hill BBS, 615-334-9800.   The Beta test version
  22.                          of Big Rollers will not operate after 03-01-93
  23.                          unless the key file is present.
  24.   
  25.   Of course you will need a batch file so PCBoard can run the program.
  26.        BIGROL      ..... The command line is:  BIGROL BIGROL.CFG
  27.  
  28.   The first line in BIGROL.CFG tells the game where to find PCBOARD.SYS.
  29.   This line should be something like:  C:\PCB\PCBOARD.SYS
  30.   The second line of BIGROL.CFG gives your BBS name, and the third line
  31.   is the SysOp's name.
  32.  
  33.   The game writes two high scores bulletins which give the names and scores
  34.   of the top ten players.  (One bulletin is ANSI and the other is ASCII.)
  35.   The first line of BIGROL.BUL determines the name of the two .BLT files
  36.   that are made.  For example, if you want to display these high scores
  37.   in Bulletin 5 on your board, then put "C:\PCB\GEN\BLT5" as the first line
  38.   in BIGROL.BUL.  Then the program will write two BLT files: BLT5 and BLT5G
  39.   The name of the .BLT files should be no more than 7 letters (the program
  40.   adds a G to one of them).
  41.  
  42.   Your batch file will look something like this:
  43.  
  44.          CD C:\PCB\DOORS\BIG
  45.          BIGROL BIGROL.CFG
  46.          CD C:\PCB
  47.  
  48.   Name the batch file "BIGROL" and put it where PCB can find it.
  49.  
  50.  
  51.   LOCAL MODE:  The game can be played in local mode (with no BBS
  52.   present).  To play in local mode type:  BIGROL LOCAL
  53.  
  54.   OTHER NOTES:  DOS 3.0 or later is required.  The game accesses
  55.   PCBOARD.SYS, PCBOARD.DAT and the USERS file.  In some configurations
  56.   the game will access DOOR.SYS, PCBOARD.DAT, and USERS.SYS. The DOOR.SYS
  57.   referred to here is the standard 52 line GAP (tm) file.
  58.  
  59.   COM Ports 1-4 are supported on the standard IRQ's.  If you have
  60.   changed the IRQ setting for your COM port to a non standard value,
  61.   then you may give Big Rollers that information on the command line.
  62.   For example, if you want to use COM1 and IRQ5, then your batch file
  63.   would have the command line:  BIGROL BIGROL.CFG /5
  64.                            or:  BIGROL BIGROL.CFG /%IRQ%
  65.  
  66.   The player must have ANSI.SYS loaded because the game uses cursor
  67.   positioning.  The game checks for ANSI and color capability and
  68.   will not let the player in unless those capabilities are present.
  69.  
  70.   Big Rollers has been tested and run successfully on a multinode
  71.   system running under DESQview and QEMM.
  72.  
  73.  
  74.   BIG Rollers was designed and programmed by Joel Dunlap using
  75.   Microsoft QuickBasic4.5.  Development of the game was facilitated
  76.   by the use of DOORFRAME, A BBS Doors Development Library by
  77.   Ted Freeman.  Some of the input\output routines were based on the
  78.   work of Randy Benson.  Testing in the PCBoard environment was
  79.   conducted by Danny Carter, SysOp of Pleasant Hill BBS.
  80.  
  81.